home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Archives
/
Timing
/
ClockDJ.lha
/
ClockDJ
/
ClockRexxExamples
/
Arp_pop.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1991-08-05
|
326 b
|
19 lines
/* Arp.rexx */
options results
Address 'CLOCKDJ'
'setarpdir vd0:'
'setarpfile clockdj.keys'
"setarptitle Wot's this 'ere, then"
'setarpcolour 2'
FILEREQUESTER
x = result
say '>' || x || '<'
'setarpcolour 1'
FILEREQUESTER
x = result
say '>' || x || '<'
poprequester 'This is a test.'
x = result
say '>' || x || '<'